projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20f2b0
)
* lisp/startup.el (startup--require-comp-safely): Fix typo in a92c6191b0
author
Andrea Corallo
<akrl@sdf.org>
Tue, 1 Feb 2022 15:32:09 +0000
(16:32 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Tue, 1 Feb 2022 16:46:55 +0000
(17:46 +0100)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index aa0612517172a2102930653be1c2df7574b397cd..d838dd6827cd0e9550d24932a7fd41936be49d8d 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-523,7
+523,7
@@
DIRS are relative."
(defvar comp--delayed-sources)
(defun startup--require-comp-safely ()
"Require the native compiler avoiding circular dependencies."
- (
unless
(featurep 'native-compile)
+ (
when
(featurep 'native-compile)
;; Require comp with `comp--compilable' set to nil to break
;; circularity.
(let ((comp--compilable nil))